CHANGELOG 1.2.0:
- Added support for katakana characters present within the ROM's title.
- Fixed checksum on big endian hardwares.
- Improved performance in multi-threaded mode. It should be faster than single-threaded mode on any multi-CPU hardware now.
- Improved header detection.
- Reduced the maximum number of threads from 32 to 8.

CHANGELOG 1.1.0:
- Added support for SPC7110 ROMs. Example: Tengai Makyou Zero.
- Added support for calculating the checksum single-threaded.
- Added support for multiple ROMs within the same process call (batch).
- In multi-threaded mode, the number of threads is now automatically chosen based on the number of logical cores.
- Several minor code tweaks.
- Updated Visual Studio project to 2019.

CHANGELOG 1.0.1 (Beta):
- Fixed header detection for some ROMs that do not have the region code as the last byte in Game ID. Example: Final Fantasy VI (NA).
- Fixed LoROMs bigger than 4 MBs from being corrupted by writing to a second non-existent header at 0x407FB0 (LoROM, regardless of size, only has one header at 0x007FB0). Example: Star Ocean.

CHANGELOG 1.0.0 (Beta):
- Release
